//==============================================================================
// bear_anim.txt
//==============================================================================


//==============================================================================
anim None
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Bearlaser
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Bearlaser_boredA
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Bearlaser_deathA
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Bearlaser_idleA
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Bearlaser_walkA
         }
      }
   }
}

//==============================================================================
anim Run
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Bearlaser_walkA
//            Visual Animal bear_runA 
         }
      }
   }
}

//==============================================================================
anim attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Animal Bearlaser_attackA
            Tag Attack 0.4 true
            Tag GenericSound 0.01 true
         }
         version
         {
            Visual Animal Bearlaser_attackB
            Tag Attack 0.4 true
            Tag GenericSound 0.01 true
         }
      }
   }
}

